/* CSS Document */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input[type=text],input[type=button],input[type=submit],input[type=password],select{vertical-align:middle}

* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}

html.mx_logged_in {
margin-top:0 !important;
}

.mx_logged_in #headerwrapper {
top:52px;
}

body {
margin:0;
padding:0;
color: #000000;
line-height: 1.64;
}

body, p, td, td p {
font-family: 'BenchNine', sans-serif; 
font-size: 22px;
letter-spacing:1px;
}

h1, h2, h3, h4, h5, h6, p {
padding-bottom:40px;
}

ul {
margin-top: 0;
margin-bottom: 0;
padding-bottom: 40px;
}

h1 {
font-family: "Times New Roman", Times, "serif";
font-weight:700;
font-size:30px;
letter-spacing: 0;
}

h2 {
font-family: 'BenchNine', sans-serif; 
font-size: 24px;
font-weight: normal;
}

h3 {
font-family: 'Roboto', sans-serif;
font-size:18px;
font-weight:700;
letter-spacing: 2px;
text-transform:uppercase;
}

h3 span, h3 strong {
color:#f3997b;
}

h4 {
font-family: "Times New Roman", Times, "serif";
font-weight:700;
font-style:italic;
font-size:18px;
letter-spacing: 0;
}

h5 {
font-family: "Times New Roman", Times, "serif";
font-weight:700;
font-size:21px;
letter-spacing: 0;
}

h6 {
font-family: 'La Belle Aurore', cursive;
font-weight:normal;
font-size:24px;
letter-spacing: 0;
}

a {
color:#f3997b;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

*:active, *:focus { 
outline: 0; 
} 

input[type=text], input[type=email],input[type=button],input[type=submit],input[type=password], textarea,select {
-webkit-appearance: none;
}

input[type=text], input[type=email],input[type=button],input[type=submit],input[type=password], textarea, select{
font-family: 'BenchNine', sans-serif; 
font-size: 22px;
border: solid 1px #000000;
height:36px;
line-height:36px;
padding:0 7px;
background-color:#FFFFFF;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-khtml-border-radius: 0;
border-radius: 0;
}

select {
padding-right:25px;
background-image:url(../layout/arrow-down.gif);
background-repeat:no-repeat;
background-position:right center;
}

select * {
font-size:14px !important;
}

textarea {
height:150px;
padding:7px;
}

input[type=submit] {
background-color:#000000;
color:#FFFFFF;
cursor:pointer;
height:50px;
line-height:50px;
font-size: 22px;
padding:0 25px;
text-transform:uppercase;
letter-spacing: 2px;
}

a.button {
display:inline-block;
font-family: 'BenchNine', sans-serif; 
font-size: 22px;
border: solid 1px #000000;
height:50px;
line-height:50px;
background-color:#000000;
color:#FFFFFF;
padding:0 25px;
cursor:pointer;
text-decoration:none;
text-transform:uppercase;
letter-spacing: 2px;
}

#content img[style*="left"], #content img[align="left"] { margin: 0 20px 10px 0; }
#content img[style*="right"], #content img[align="right"] { margin: 0 0 10px 20px; }

#content img {
max-width:100%;
height:auto;
}

#headerwrapper {
width:100%;
position:fixed;
top:0;
left:0;
background-color:#FFFFFF;
z-index:999;
}

#header {
width:100%;
max-width:1760px;
height:auto;
margin:0 auto;
padding:20px 60px 0px 60px;
}

#logo {
float:left;
width:100%;
height:auto;
text-align:center;
}

#logo img {
width:100%;
max-width:270px;
height:auto;
display:inline-block;
transition: all 0.7s ease;
margin-bottom: -10px;
}

.stick #logo img {
max-width: 200px;
margin-bottom: -15px;
}

#header-right {
position: absolute;
right:60px;
width:auto;
height:auto;
text-align:right;
}

#mobile-search {
position:absolute;
top:20px;
right:72px;
display:none;
}

#mobile-search a {
color:#000000;
}

#search {
display: inline-block;
width: 237px;
position:relative;
top:10px;
text-align:left;
right: 50px;
}

#search input {
border-color:#FFFFFF;
border-bottom:solid 2px #000000;
width:195px;
}

#search button{
position:absolute;
line-height:38px;
height:38px;
font-size:24px;
background-color:transparent;
border:solid 1px #FFFFFF;
width:26px;
padding:0;
cursor:pointer;
}

#search button span {
display:none;
}

#menu-main {
height:auto;
width:100%;
text-align: center;
}

#topcontentwrapper {
width:100%;
padding:0 70px;
margin-top:170px;
}

#topcontentinnerwrapper {
width:100%;
max-width:1760px;
background-color:#EEEEEE;
margin:0 auto;
}

#topcontent {
width:100%;
max-width:1170px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
min-height: 350px;
}

#topcontent-left {
float:left;
width:55%;
height:auto;
padding:40px 25px 0 25px;
position: relative;
}

#topcontent-left .title {
color:#FFFFFF;
font-family: "Times New Roman", Times, "serif";
font-size:80px;
line-height:75px;
display:block;
font-weight: bold;
}

#topcontent-left h3 {
position:relative;
margin-top:-15px;
}

#topcontent-left p:first-of-type {
padding-right:70px;
position:relative;
}

#topcontent-left p:first-of-type::after {
position:absolute;
    content: '';
	right:0;
	top:17px;
    height: 4px;
	width:55px;
    background-color: #000;
}

#topcontent-left h5:before {
display: inline-block; 
width: 25px;
height: 25px;
content: "\f105";
font-size: 18px;
font-family: "FontAwesome";
text-align: center;
font-style: normal;
line-height: 25px;
background-color: #000000;
color: #FFFFFF;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-khtml-border-radius: 15px;
border-radius: 15px;
margin-right: 15px;
top: -1px;
position: relative;
}

#topcontent-left ul {
list-style-type: none;
display: block;
padding-left: 0;
}

#topcontent-left ul li {
display: inline-block;
}

#topcontent-left ul li::after {
  display: inline-block;
  content: "|";
  color: #000;
  padding: 0 8px 0 5px;
}

#topcontent-left ul li:last-of-type::after {
display: none;
}

#topcontent-right {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
float:left;
width:45%;
height:auto;
color:#FFFFFF;
background-repeat:no-repeat;
background-position:center center;
background-size: cover;
text-align:center;
padding:20px;
}

#topcontent-right.plain {
background-color:#000000;
}

#topcontent-right.background #inner {
background: rgb(255, 255, 255) transparent;
background: rgba(255, 255, 255, 0.8);
color:#000000;
width:auto;
display:inline-block;
padding:5px 15px;
}

#topcontent-right #inner * {
padding-bottom:0;
}

#topcontent-right.background #inner a {
color:#000000;
text-decoration:none;
}

#contentwrapper {
width:100%;
}

#content {
width:100%;
max-width:1310px;
margin:0 auto;
padding:100px 70px 100px 70px;
}

#content.webshop {
max-width:1760px;
margin:0 auto;
}

#column {
float:left;
width:22%;
padding-right:30px;
}

#column h3 {
padding-bottom:5px;
}

#content-column {
float:left;
width:78%;
}

#aside {
width:100%;
max-width:1170px;
margin:0 auto;
padding:0;
}

#breadcrumbs {
padding-bottom:50px;
}

#content.webshop #breadcrumbs {
padding-bottom:0;
}

#breadcrumbs ul, #breadcrumbs li {
list-style-type:none;
display: inline-block;
margin:0;
padding:0;
font-size:18px;
letter-spacing:3px;
color: #333333;
text-transform: capitalize;
}

#breadcrumbs li:after {
display: inline-block;
content:"›";
color:#B0B0B0;
padding:0 6px 0 8px;
}

#breadcrumbs li:last-child:after {
content:"";
}

#breadcrumbs a {
color:#B0B0B0;
}

#footerwrapper {
width:100%;
padding:0 70px;
}

#footer {
width:100%;
max-width:1170px;
margin:0 auto;
padding:100px 0 20px 0;
border-top: solid 2px #000000;
font-size:20px;
}

#footer p {
font-size:20px;
}

#footer ul, #footer li {
list-style-type:none;
margin:0;
padding:0;
}

#footer h3 {
padding-bottom:0;
}

#footer a {
color:#000000;
}

#column-1 {
float:left;
width:30%;
padding-bottom:60px;
}

#column-2 {
float:left;
width:30%;
padding-bottom:60px;
}

#column-3 {
float:left;
width:40%;
padding-bottom:50px;
}

#column-3 td{
vertical-align:middle;
}

#column-3 i {
display:inline-block;
width:30px;
}

#bottomwrapper {
width:100%;
}

#bottom {
width:100%;
max-width:1310px;
padding:0 70px;
margin:0 auto;
display:flex;
flex-flow: row;
}

#copyright {
display:block;
float:left;
order:1;
width:40%;
font-size:18px;
letter-spacing:0;
text-align:left;
}

#copyright span {
font-family: 'La Belle Aurore', cursive;
padding:0 3px;
font-size:18px;
}

#copyright a {
color:#f3997b;
white-space: nowrap;
}

#paymenticons {
display:flex;
float:left;
order:2;
width:35%;
text-align:center;
justify-content: center;
}

#paymenticons img {
max-width:80px;
width: auto;
max-height: 30px;
height:auto;
margin: 0 3px;
filter: grayscale(1);
}

#socialbottom {
display:block;
float:left;
order:3;
width:25%;
text-align:right;
}

#socialbottom a i{
padding:0 10px;
font-size:18px;
color:#000000;
}

.clear {
clear:both;
}

#social {
position: fixed;
top:200px;
width:70px;
left:0;
}

#social a {
display:block;
height:45px;
line-height:45px;
color:#000000;
padding-left:15px;
font-size:18px;
}

#videowrapper h3 {
text-align:center;
padding:70px 0;
}

.mx_pagination {
display:block;
width:100%;
text-align:right;
padding-bottom:100px;
}

.mx_pagination ul, .mx_pagination li {
float:none !important;
display:inline-block;
border: none !important;
}

.mx_pagination ul {
display:flex;
}

.mx_pagination ul::before {
    content: '';
    flex: 1;
    margin-right: 30%;
	margin-top:16px;
    height: 1.5px;
    background-color: #000;
}

 .mx_pagination li a{
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
-khtml-border-radius: 0 !important;
border-radius:0 !important;
}
.mx_pagination a, .mx_pagination span {
font-family: 'Roboto', sans-serif;
font-size: 18px;
padding: 0 12px !important;
font-weight: 700 !important;
line-height:35px;
color:#000000;
}

.mx_pagination a:hover {
background:#EEEEEE !important;
}

.mx_pagination li.mx_current a {
background: #000000 !important;
color:#FFFFFF;
}

#bottom-content {
padding-top:20px;
max-width:830px;
margin:0 auto;
text-align:center;
}

#buttons::before {
display:block;
content:"";
width:60%;
margin-left:40%;
height:2px;
background-color:#000000;
margin-bottom:100px;
}

#buttons .button-wrap {
display:inline;
}

#buttons .button {
position:relative;
line-height:60px;
height:60px;
padding-right:70px;
width:22.5%;
margin-right:2%;
text-align:center;
font-size:18px;
padding-left:15px;
}

#buttons .button.accessoires {
width:26.5%;
margin-right:0;
}

#buttons .button:after {
	position: absolute;
	content:"";
	width:50px;
	height:44px;
	display:block;
	right:8px;
    top:8px;
	background-image: url(../layout/icon-accessoires.png);
	background-repeat:no-repeat;
	background-position:center right;
	border-left:solid 1px #FFFFFF;
}

#buttons .button.dames:after {
background-image:url(../layout/icon-dames.png);
}

#buttons .button.heren:after {
background-image:url(../layout/icon-heren.png);
}

#buttons .button.kleding:after {
background-image:url(../layout/icon-kleding.png);
background-size: 45px auto;
}

#buttons .button.sale:after {
background-image:url(../layout/icon-sale.png);
}

.mx_share a {
background-color: #FFF!important;
}

.mx_share svg {
fill: #000 !important;
}

/* tips */
.tip {
	width: 100%;
	padding-bottom: 60px;
	margin-bottom: 60px;
	border-bottom: 2px #000000 solid;
}

.tip:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom:0;
}

.tip p {
	font-size:20px;
	line-height:24px;
	padding-bottom:35px;
}

.tip-image {
	float: left;
	display: block;
	width:50%;
	padding-right: 7%;
}

.tip-content {
	float: left;
	display: block;
	width:50%;
	max-width:425px;
}

#tip-block-wrapper {
width:100%;
height:auto;
padding-left:40px;
}

.tip-block {
border: solid 1px #F2997B;
display: flex;
flex-wrap: wrap;
}

.tip-block-image-wrapper {
float:left;
width:50%;
position:relative;
}

.tip-block-image {
position:absolute;
width:100%;
height:100%;
top:33px;
right:40px;
background-repeat:no-repeat;
background-position: center center;
background-size: cover;
}

.tip-block-image-wrapper a {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    /* Fallback for web browsers that doesn't support RGBa */
background: rgb(255, 255, 255) transparent;
/* RGBa with 0.6 opacity */
background: rgba(255, 255, 255, 0.8);
    color: #000000;
    width: auto;
    min-width: 53%;
    display: inline-block;
    padding: 5px 15px;
    text-transform: uppercase;
    text-align: center;
	margin: 33px 0 0 -40px;
}

.tip-block-content {
float:left;
width:50%;
padding:90px 70px 90px 30px;
min-height:500px;
}

.addthis_inline_share_toolbox {
clear:none !important;
}

.at-share-dock-outer {
	display:none !important;
}

@media screen and (max-width: 1430px) {

#header {
width:100%;
max-width:1760px;
padding:20px 50px 0px 40px;
}
}

@media screen and (max-width: 1350px) {

#header {
padding:20px 17px 0px 17px;
}

#search {
width:187px;
}

#search input {
width:145px;
}

}

@media screen and (max-width: 1240px) {

#topcontentwrapper, #content, #footerwrapper, #bottom {
padding-left: 55px;
padding-right:55px;
}

#column {
width:30%;
}

#content-column {
width:70%;
}

#bottom {
display: block;
flex-flow: row;
}

#copyright {
clear:left;
width:100%;
text-align:center;
padding: 20px 15px;
}

#paymenticons {
width:50%;
justify-content: start;
}

#paymenticons img {
max-width:230px;
}

#socialbottom {
width:50%;
}


} /* end mediaquery */

@media screen and (max-width: 1023px) {

#search {
top:0;
}

#social {
display:none;
}

#header {
height:87px;
}

#topcontentwrapper, #content, #footerwrapper, #bottom {
padding-left: 45px;
padding-right:45px;
}

#logo {
width:50%;
padding-left:65px;
height:47px;
text-align: left;
}

#logo img {
max-width:150px!important;
top:inherit;
-ms-transform: inherit;
-webkit-transform: inherit;
-moz-transform: inherit;
-o-transform: inherit;
transform: inherit;
}

#header-right {
position: inherit;
padding-right:0;
}

#mx_webshop_summary {
top:15px !important;
right:20px !important;
}

#content {
padding-top:75px;
padding-bottom:50px;
}

#content.webshop #breadcrumbs {
padding-bottom:20px;
}

#column {
display:none;
}

#content-column {
width:100%;
position:relative;
}

.tip-block-content {
padding: 45px 35px 45px 0;
}

#buttons::before {
width:100%;
margin-left:0;
margin-bottom:50px;
}

#buttons .button-wrap {
display: block;
float:left;
width:50%;
text-align:center;
}

#buttons .button {
width:260px !important;
margin: 10px 0;
}

} /* end mediaquery */

@media screen and (max-width: 800px) {

#topcontentwrapper, #content, #footerwrapper, #bottom {
padding-left: 30px;
padding-right:30px;
}

#topcontent-left {
width:100%;
}

#topcontent-right {
width:100%;
height:50vw;
}

#column-1 {
width: 50%;
}

#column-2 {
width: 50%;
}

#column-3 {
width: 100%;
border-bottom: solid 2px #000000;
margin-bottom:20px;
}

#tip-block-wrapper {
padding-left:0;
}

.tip-block-image-wrapper {
width:100%;
height:50vw;
}

.tip-block-image {
right:30px;
}

.tip-block-content {
width:100%;
padding-top:60px;
padding-left:35px;
padding-bottom:0;
min-height:inherit;
}
	
.tip-image {
width:100%;
padding-right: 0;
padding-bottom:35px;
}

.tip-content {
width:100%;
max-width:100%;
}

#bottom-content {
padding-top:50px;
}

} /* end mediaquery */

@media screen and (max-width: 650px) {

#buttons .button-wrap {
width:100%;
}

} /* end mediaquery */

@media screen and (max-width: 500px) {

  #topcontentwrapper, #content, #footerwrapper, #bottom {
    padding-left: 20px;
    padding-right: 20px;
  }

#mobile-search {
display:block;
}

#logo {
width:80%;
}

#search {
display:none;
position:absolute;
left:0;
top:80px;
width:100%;
background-color:#FFFFFF;
text-align:left;
padding-bottom:7px;
padding-left:30px;
padding-right:30px;
}

#search.visible {
display:block;
}

#search input {
    width: 100%;
}

#search button {
right:30px;
width:65px;
bottom:7px;
border-left: solid 5px #FFFFFF;
}

#search button span {
display:block;
font-size:18px;
text-transform:uppercase;
font-family: 'BenchNine', sans-serif; 
background-color:#000000;
color:#FFFFFF;
padding:0 20px 0 15px;
}

#search button i {
display:none;
}

#bottom {
padding:0;
}


#column-1 {
width: 100%;
}

#column-2 {
width: 100%;
}

#paymenticons {
width: 100%;
padding-bottom:20px;
justify-content: center;
}

#paymenticons img {
max-width: 65px;
}

#socialbottom {
width: 100%;
text-align:center;
background-color:#000000;
color:#FFFFFF;
padding: 3px 15px;
}

#socialbottom a i {
color:#FFFFFF;
}

} /* end mediaquery */